Persist mode

Description

Defines what List data (edits only or all data) should be persisted to Local Storage.

Discussion

Specify if the entire List should be persisted after each edit or only List modifications. If data is persisted to LocalStorage, 'Full' is recommended. If data is persisted to the File System, this property is automatically set to 'Edits' and cannot be changed.

Persist Mode
Description
Edits

Only edited rows are persisted to Local Storage after each edit.

Full

The entire List is persisted to Local Storage after each edit.

This property only applies if the List is persisting data to Local Storage.

See Also